'Declaration
Public Function New( _ ByVal worksheet As Worksheet, _ ByVal newStyleFormat As StyleFormat, _ ByVal reference As Reference, _ ByVal isMergedCell As Nullable(Of Boolean) _ )
'Usage
Dim worksheet As Worksheet Dim newStyleFormat As StyleFormat Dim reference As Reference Dim isMergedCell As Nullable(Of Boolean) Dim instance As New FormatCellsActionCommand(worksheet, newStyleFormat, reference, isMergedCell)
public FormatCellsActionCommand( Worksheet worksheet, StyleFormat newStyleFormat, Reference reference, Nullable<bool> isMergedCell )
Parameters
- worksheet
- The worksheet which this command attached to.
- newStyleFormat
- reference
- The range which this command working to.
- isMergedCell